home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / s / ep_xpkpacked.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  202b  |  15 lines

  1. /* EaglePlayer - Packmode-Modus = Unpacked */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. XPKPacked
  8.  
  9. if result == "no" then do
  10.     say "Unable to use XPK-Cruncher !"
  11. end
  12. else do
  13.     say "Now use XPK-Cruncher !"
  14. end
  15.